home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE4 / ZAP / !Zap / Modules / !ZapSAsm / UK / HelpData
Text File  |  2002-05-08  |  1KB  |  40 lines

  1. INCVERSION
  2. This command increments the version number of the current file.
  3. In other words, if the leafname is ‘Source5’ then it’s changed to ‘Source6’.
  4. This wraps round, so ‘File9’ becomes ‘File0’ (rather than ‘File10’).
  5.  
  6. INCANDSAVE
  7. Increments the version number of the current file and then saves it
  8. under the new filename.
  9.  
  10. DECVERSION
  11. Decrements the version number of the current file.
  12. In other words, if the leafname is ‘Source35’ then it’s changed to
  13. ‘Source34’.  This wraps round, so ‘File000’ becomes ‘File999’.
  14.  
  15. DECANDSAVE
  16. Decrements the version number of the current file and then saves it under
  17. the new filename.
  18.  
  19. LOSECARET
  20. Removes the caret from Zap.
  21.  
  22. LISTLABELS
  23. Searches for uncommented labels in the current file.
  24. It simply begins a search for the string ‘\<\( \|\I\)\*.\.\.\*’.
  25.  
  26. WORDWORKS
  27. Sends the Impulse method ‘NewRegion’ together with the current selection
  28. (in Zap) to all Impulse tasks.  If you have Computer Concepts’ WordWorks
  29. application loaded, this message is recognised by it, and it will try to
  30. find the word/phrase in the dictionary/thesaurus.
  31. If there is no selection in Zap, this command will have no effect.
  32.  
  33. WOSCLI
  34. Sends its string parameter to OS_CLI (via Wimp_StartTask).
  35. (Note that Zap’s ‘OSCLI’ command works differently; it sends the *command’s
  36. output to a scrapfile, and then opens a window on that file.
  37. WOSCLI on the other hand just shows any vdu output in a regular
  38. non-multi-tasking WIMP command window.)
  39.  
  40.